projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b5800
)
Honor -vs flag on last change.
author
robertl
<robertl>
Sat, 24 Jul 2004 20:21:17 +0000
(20:21 +0000)
committer
robertl
<robertl>
Sat, 24 Jul 2004 20:21:17 +0000
(20:21 +0000)
magproto.c
patch
|
blob
|
history
diff --git
a/magproto.c
b/magproto.c
index 0838ca3ac32c559b831ad8638731494e917dca5f..aa3cee977215314247147ba9dc9ffdff4c237e79 100644
(file)
--- a/
magproto.c
+++ b/
magproto.c
@@
-433,7
+433,10
@@
retry:
if (strncmp(ibuf, "$PMGNWPT,", 7) == 0) {
waypoint *wpt = mag_wptparse(ibuf);
waypoint_read_count++;
- waypt_status_disp(waypoint_read_count, waypoint_read_count);
+ if (global_opts.verbose_status) {
+ waypt_status_disp(waypoint_read_count,
+ waypoint_read_count);
+ }
switch (global_opts.objective)
{
case wptdata: